/* 懒人图库 搜集整理 www.lanrentuku.com */

.ap_rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.ap_rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.ap_rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.ap_rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.ap_slide_container {
  position: relative;
  float: left;
  width: 100%;
  }

.ap_slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.ap_slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
  
 .ap_slide img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.ap_slide .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }
  
 .ap_slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.ap_slide_nav:active {
  opacity: 1.0;
  }

.ap_slide_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
  
  
/**轮播图2/*/
.ap_rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.ap_rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.ap_rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.ap_rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.am-slides_container {
  position: relative;
  float: left;
  width: 100%;
  }

.am-slides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  
  }

.am-slides li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
  
 .am-slides img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.am-slides .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }
  
 .am-slides_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.am-slides_nav:active {
  opacity: 1.0;
  }

.am-slides_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
  
.am-slides_tabs {
    margin-top: 15px;
    text-align: center;
    font-size: 0;
    list-style-type: none;
    
    position: absolute;
    bottom: 15px;
    z-index: 2;
    left: 45%;
    margin: 0 auto;
}

.am-slides_tabs li{
    float:left;
    margin: 0px 2.5px;
}

.am-slides_tabs a {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    line-height: 20px;
    background-color: rgba(255, 255, 255, .3);
    overflow: hidden;
    *display: inline;
    *zoom: 1;
}

.am-slides_tabs .am-slides_here a {
    background-color: rgba(3, 76, 145, .8);
}